home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Linux
/
Kubuntu 8.10
/
kubuntu-8.10-desktop-i386.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
acpid
/
README
< prev
next >
Wrap
Text File
|
2007-01-17
|
1KB
|
43 lines
***********************************************************
* README for acpid *
* *
* Daemon for Advanced Configuration and Power Interface *
* Tim Hockin *
* <sunthockin@users.sourceforge.net> or *
* <thockin@users.sourceforge.net> or *
* <thockin@hockin.org> *
* *
***********************************************************
Feb 13, 2004
Overview
--------
ACPID used to try to handle events internally. Rather than try to climb
an ever-growing mountain, ACPID now lets YOU define what events to handle.
Any event that publishes itself to /proc/acpi/event can be handled.
ACPID reads a set of configuration files which define event->action pairs.
This is how you make it do stuff. See the man page for details.
Implementation status
---------------------
This version should have complete support for generic handling of events.
Requirements
------------
For 2.6 and newer 2.4 kernels, ACPI seems to be fully integrated. That
should be all you need.
The ACPI kernel driver should be working on your system before trying
ACPID. Verify ACPI is loaded by verifying the existence of
/proc/acpi/event.
Compiling ACPID
---------------
type "make"